home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / sun / print / PSPrinterJob$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  561 b   |  21 lines

  1. package sun.print;
  2.  
  3. import java.security.PrivilegedAction;
  4.  
  5. final class PSPrinterJob$2 implements PrivilegedAction {
  6.    // $FF: synthetic field
  7.    final PSPrinterJob this$0;
  8.  
  9.    PSPrinterJob$2(PSPrinterJob var1) {
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public Object run() {
  14.       if (this.this$0.spoolFile != null && this.this$0.spoolFile.exists()) {
  15.          this.this$0.spoolFile.delete();
  16.       }
  17.  
  18.       return null;
  19.    }
  20. }
  21.